Get user by user name
Get | getUserByName |
Resource Path: /user/{username}
Name | Description | Data Type |
---|---|---|
username | The name that needs to be fetched. Use user1 for testing. | string |
The response body is of type User.
successful operation
User
Represents an individual user.
|
Fault | Description |
---|---|
400 | Invalid username supplied |
404 | User not found |